This is strange. I tried your snippet with your file and it works for me:
(env) β testing cat x.py
from mutagen.id3 import ID3
tags = ID3("myfile.mp3")
print(tags["TXXX:FMPS_Rating_Amarok_Score"])
(env) β testing python x.py
0.78