Nope, there's no real value in scrubbing on Btrfs level in your setup. Scrubbing does only make sense if you got at least RAID1 up and running, because it's the mechanism for Btrfs to detect defect data on the HDD and to recover it. But in order to recover it the data needs to be there more than once, so scrubbing on RAID0 only detects errors, but will never be able to recover it. If you want to be able to use Btrfs self healing mechanisms coming with scrub you need at least therefore RAID1!
Scrubbing on RAID0 will detect errors, but unable to correct most of them. RAID0 should be only used for fast, throwaway data anyway and not for valuable data sets at all.
Also be aware that running virtual images on Btrfs is one of the use cases where Btrfs will degrade quite fast and fragment as hell, unless you are using nodatacow on the files. And of course using nodatacow kinda contradicts the choice of a COW file system at all.
Meaning: if you need a proven file system for virtual images only, you should choose between Ext4 or XFS instead and ditch Btrfs.