SQL> alter database mount standby database;
alter database mount standby database
*
ERROR at line 1:
ORA-01665: controlfile is not a standby controlfile

This controlfile file was created with the 'alter database create controlfile......' command.
You have to use another command:
CREATE STANDBY CONTROLFILE AS 'filename'