You are trying column name with spaces, that can be the issue. Try with double quotes.
ALTER TABLE cust RENAME COLUMN “first name” TO first_name;