Ik kreeg dezelfde fout, en het was te wijten aan het feit dat de externe sleutel al bestond. Wat je wilt, is gewoon de beperking toevoegen:
ALTER TABLE Registration
ADD CONSTRAINT idx_Registration_CustomizationSet
FOREIGN KEY (customization_set_guid)
REFERENCES CustomizationSet(customization_set_guid);