Hi lucas,
You're using alias but not on your select, that's why.
On your select, you also need to use alias, so on your SELECT instruction instead of {PerfilUser}.* you need to have FirstUser.* or SecondUser.* (you will know better from which you want to get the details).
Hope it helps.
Regards,
João