When a SQL command is run against 2 or more tables, you have to ensure each field / column is unique so the parser knows which one you are referring to.
So, if a field exists in both tables, you need to specify the table or alias every time you use it, not just in the column list as you showed...