Make customer attribute unique
The customer attributes has no is_unique
option which is available for product attributes. The uniqueness of email is verified programatically in \Mage_Customer_Model_Resource_Customer::_beforeSave
. So you can just mimic it for your attribute.