I'm doing a new install of CRM 2015 and creating the first org. Part way through the installation I'm getting the error above. The full error is:

This is a fresh install of SQL 2014 on a Win2K12R2 server, and the only thing present thus far is the CRM database. It has never been used in any sort of replication (referenced in other solutions).
When I do "select * from sys.asymmetric_keys" the name "MSCRMSQLCLRKEY" does not exist. I have confirmed the DLL is present in the DATA folder on the SQL server.
I have tried to add the key as mentioned in other solutions:
IF NOT EXISTS (SELECT * FROM sys.asymmetric_keys WHERE name = 'MSCRMSqlClrKey') BEGIN CREATE ASYMMETRIC KEY MSCRMSqlClrKey FROM EXECUTABLE FILE = 'E:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\DATA\Microsoft.Crm.SqlClr.Helper.dll';
END
and I get:
Msg 15396, Level 16, State 1, Line 1
An asymmetric key with name 'MSCRMSqlClrKey' already exists or this asymmetric key already has been added to the database.
I'm stuck at this point. I can Ignore the error and the installation will complete, but the error appears again when I try to import my CRM2013 database to this instance.
Any suggestions / ideas as to how to troubleshoot and resolve this issue? Any help is appreciated.
Thanks
Garrett