actually, you dont specify ASC or DESC when arranging it alphabetically, because it does it automatically. Also, you do not select state, so the correct SQL is:
SELECT Last_name, First_name, Home_phone FROM FRIENDS WHERE State = "NSW" ORDER BY Last_name