So you're trying to look at the values of other peoples' custom fields rather than the current users, in which case no magic variable will help you and you'll have to go query the database yourself for the fields you want.
Namely querying smf_themes where id_member is the user id and the variable column is derived from the name of your field (begins with cust_)