Got it mostly working, but why would add_to_custom_column_settings fail here?
Code:
[defaults]
## This works...
custom_columns_settings:
"Fanfiction"=>#booktype
[https://archiveofourown.org/works/43792521]
## ... but this doesn't?
add_to_custom_columns_settings:
"Rise of The Terra-Rannochian Commonwealth"=>#subtitle
The only difference I can think of is that #booktype is enum and #subtitle is a longtext (using the short title form).